FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.7.16  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package ca.on.ehr.r4#1.0.0-snapshot4 (47 ms)

Package ca.on.ehr.r4
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=ca.on.ehr.r4@1.0.0-snapshot4&canonical=http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-medication
Url http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-medication
Version 1.0.0
Status active
Name MedicationEHR
Title Medication EHR
Experimental False
Realm uv
Authority national
Description This resource is primarily used for the identification and definition of a medication for the purposes of prescribing, dispensing, and administering a medication as well as for making statements about medication use.
Type Medication
Kind resource

Resources that use this resource

StructureDefinition
http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-medicationAdministration MedicationAdministration EHR
http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-medicationDispense MedicationDispense EHR
http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-medicationRequest MedicationRequest EHR

Resources that this resource uses

StructureDefinition
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-ext-compound-indicator CompoundIndicator
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-ext-monitored-drug-indicator MonitoredDrugIndicator
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-ext-medication-strength MedicationStrength
http://ontariohealth.ca/fhir/ehr/StructureDefinition/CodeableConcept-oh-ehr Codeable Concept EHR
http://fhir.infoway-inforoute.ca/io/cacore/ValueSet/DIN DIN All Code
http://fhir.infoway-inforoute.ca/io/cacore/ValueSet/LicensedNaturalHealthProducts Licensed Natural Health Products
https://fhir.infoway-inforoute.ca/ValueSet/pharmaceuticaldoseformcode Pharmaceutical Dose Form Code
https://fhir.infoway-inforoute.ca/ValueSet/prescriptionmedicinalproduct Prescription Medicinal Product


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "Medication",
  "url" : "http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-medication",
  "version" : "1.0.0",
  "name" : "MedicationEHR",
  "title" : "Medication EHR",
  "status" : "active",
  "description" : "This resource is primarily used for the identification and definition of a medication for the purposes of prescribing, dispensing, and administering a medication as well as for making statements about medication use.",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Medication",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Medication",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Medication.extension",
        "path" : "Medication.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "ordered" : false,
          "rules" : "open"
        },
        "mustSupport" : true
      },
      {
        "id" : "Medication.extension:monitoredDrugIndicator",
        "path" : "Medication.extension",
        "sliceName" : "MonitoredDrugIndicator",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-ext-monitored-drug-indicator"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Medication.extension:compoundIndicator",
        "path" : "Medication.extension",
        "sliceName" : "CompoundIndicator",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-ext-compound-indicator"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Medication.extension:strength",
        "path" : "Medication.extension",
        "sliceName" : "Strength",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-ext-medication-strength"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Medication.code",
        "path" : "Medication.code",
        "comment" : "Generic medications will have a fixed value of https://ehealthontario.ca/fhir/NamingSystem/ca-drug-gen-name on coding.system",
        "min" : 1,
        "type" : [
          {
            "code" : "CodeableConcept",
            "profile" : [
              "http://ontariohealth.ca/fhir/ehr/StructureDefinition/CodeableConcept-oh-ehr"
            ]
          }
        ],
        "mustSupport" : true,
        "binding" : {
          "strength" : "preferred",
          "valueSet" : "https://fhir.infoway-inforoute.ca/ValueSet/prescriptionmedicinalproduct",
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/tools/StructureDefinition/additional-binding",
              "extension" : [
                {
                  "url" : "purpose",
                  "valueCode" : "candidate"
                },
                {
                  "url" : "valueSet",
                  "valueCanonical" : "http://fhir.infoway-inforoute.ca/io/cacore/ValueSet/DIN"
                },
                {
                  "url" : "documentation",
                  "valueMarkdown" : "A Drug Identification Number (DIN) is a computer-generated eight digit number assigned by Health Canada to a drug product prior to being marketed in Canada."
                },
                {
                  "url" : "key",
                  "valueId" : "medCodeDIN"
                }
              ]
            },
            {
              "url" : "http://hl7.org/fhir/tools/StructureDefinition/additional-binding",
              "extension" : [
                {
                  "url" : "purpose",
                  "valueCode" : "candidate"
                },
                {
                  "url" : "valueSet",
                  "valueCanonical" : "http://fhir.infoway-inforoute.ca/io/cacore/ValueSet/LicensedNaturalHealthProducts"
                },
                {
                  "url" : "documentation",
                  "valueMarkdown" : "All Natural Product Number (NPN) and Homeopathic Medicine Number (DIN-HM) codes that are licensed by Health Canada and present in the Licensed Natural Health Products Database."
                },
                {
                  "url" : "key",
                  "valueId" : "medCodeLNHP"
                }
              ]
            }
          ]
        }
      },
      {
        "id" : "Medication.form",
        "path" : "Medication.form",
        "type" : [
          {
            "code" : "CodeableConcept",
            "profile" : [
              "http://ontariohealth.ca/fhir/ehr/StructureDefinition/CodeableConcept-oh-ehr"
            ]
          }
        ],
        "mustSupport" : true,
        "binding" : {
          "strength" : "extensible",
          "valueSet" : "https://fhir.infoway-inforoute.ca/ValueSet/pharmaceuticaldoseformcode"
        }
      },
      {
        "id" : "Medication.ingredient",
        "path" : "Medication.ingredient",
        "mustSupport" : true
      },
      {
        "id" : "Medication.ingredient.item[x]",
        "path" : "Medication.ingredient.item[x]",
        "comment" : "Generic medications will have a fixed value of https://ehealthontario.ca/fhir/NamingSystem/ca-drug-gen-name on coding.system",
        "type" : [
          {
            "code" : "CodeableConcept",
            "profile" : [
              "http://ontariohealth.ca/fhir/ehr/StructureDefinition/CodeableConcept-oh-ehr"
            ]
          }
        ],
        "mustSupport" : true,
        "binding" : {
          "strength" : "preferred",
          "valueSet" : "https://fhir.infoway-inforoute.ca/ValueSet/prescriptionmedicinalproduct",
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/tools/StructureDefinition/additional-binding",
              "extension" : [
                {
                  "url" : "purpose",
                  "valueCode" : "candidate"
                },
                {
                  "url" : "valueSet",
                  "valueCanonical" : "http://fhir.infoway-inforoute.ca/io/cacore/ValueSet/LicensedNaturalHealthProducts"
                },
                {
                  "url" : "documentation",
                  "valueMarkdown" : "All Natural Product Number (NPN) and Homeopathic Medicine Number (DIN-HM) codes that are licensed by Health Canada and present in the Licensed Natural Health Products Database."
                },
                {
                  "url" : "key",
                  "valueId" : "ingredientLNHP"
                }
              ]
            },
            {
              "url" : "http://hl7.org/fhir/tools/StructureDefinition/additional-binding",
              "extension" : [
                {
                  "url" : "purpose",
                  "valueCode" : "candidate"
                },
                {
                  "url" : "valueSet",
                  "valueCanonical" : "http://fhir.infoway-inforoute.ca/io/cacore/ValueSet/DIN"
                },
                {
                  "url" : "documentation",
                  "valueMarkdown" : "A Drug Identification Number (DIN) is a computer-generated eight digit number assigned by Health Canada to a drug product prior to being marketed in Canada."
                },
                {
                  "url" : "key",
                  "valueId" : "ingredientDIN"
                }
              ]
            }
          ]
        }
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.